fix: Update pre-release usage guidance#1098
Merged
jsonbailey merged 3 commits intomainfrom Feb 11, 2026
Merged
Conversation
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
keelerm84
approved these changes
Feb 11, 2026
Merged
joker23
pushed a commit
that referenced
this pull request
Feb 17, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>server-sdk-ai: 0.16.2</summary> ## [0.16.2](server-sdk-ai-v0.16.1...server-sdk-ai-v0.16.2) (2026-02-13) ### Bug Fixes * Update pre-release usage guidance ([#1098](#1098)) ([07e3b5e](07e3b5e)) </details> <details><summary>server-sdk-ai-langchain: 0.4.5</summary> ## [0.4.5](server-sdk-ai-langchain-v0.4.4...server-sdk-ai-langchain-v0.4.5) (2026-02-13) ### Bug Fixes * Update pre-release usage guidance ([#1098](#1098)) ([07e3b5e](07e3b5e)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2 </details> <details><summary>server-sdk-ai-openai: 0.4.5</summary> ## [0.4.5](server-sdk-ai-openai-v0.4.4...server-sdk-ai-openai-v0.4.5) (2026-02-13) ### Bug Fixes * Update pre-release usage guidance ([#1098](#1098)) ([07e3b5e](07e3b5e)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2 </details> <details><summary>server-sdk-ai-vercel: 0.4.5</summary> ## [0.4.5](server-sdk-ai-vercel-v0.4.4...server-sdk-ai-vercel-v0.4.5) (2026-02-13) ### Bug Fixes * Update pre-release usage guidance ([#1098](#1098)) ([07e3b5e](07e3b5e)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2 * peerDependencies * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release-only changes (version/changelog/dependency bumps) with no functional code changes beyond updating the reported SDK version constant. > > **Overview** > Publishes a new patch release across `@launchdarkly/server-sdk-ai` (`0.16.2`) and the LangChain/OpenAI/Vercel provider packages (`0.4.5`), updating `.release-please-manifest.json`, package versions, and changelogs. > > Bumps provider dev dependency pins to `@launchdarkly/server-sdk-ai@^0.16.2`, updates example apps to reference `0.16.2`, and updates `server-ai`’s `aiSdkVersion` constant accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3ce43ff. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
None.
Describe the solution you've provided
Softens the pre-release warning language in all AI package READMEs. Across 4 files:
packages/sdk/server-ai/README.mdpackages/ai-providers/server-ai-openai/README.mdpackages/ai-providers/server-ai-langchain/README.mdpackages/ai-providers/server-ai-vercel/README.mdChanges in each:
# ⛔️⛔️⛔️⛔️and# ☝️☝️☝️☝️☝️☝️emoji header lines> [!CAUTION]block (preserving the red styling)The OpenAI provider's separate
> [!NOTE]block about the completion API migration is preserved unchanged.Updates since last revision
CHANGELOG.mdis linked via a relative path from its own directory.Human review checklist
[changelog](CHANGELOG.md)relative links resolve correctly from each package README on GitHub (each package directory contains its ownCHANGELOG.md)> [!CAUTION]blockquote (with the blank>line and markdown link) renders correctly on GitHubAdditional context
Companion PR for the Python repo: launchdarkly/python-server-sdk-ai#90